-
Notifications
You must be signed in to change notification settings - Fork 5
Update lsdb version and remove universal_pathlib in requirements.txt #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update lsdb version and remove universal_pathlib in requirements.txt #151
Conversation
troyraen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also remove it from the pip install cell in the notebook.
Jinx, just did! |
|
I re-ran buildhtml and build-docs pipeliens, but they are still failing because of some unrelated error: For build-docs, it's: For buildhtml, it was the same |
bsipocz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would carefully double check what other implicit dependency changes would this jump in version mean, lsdb notorious with its hats --> nested_pandas-->pandas and pyarrow chains of requirements and aggressively pinning those.
bsipocz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I've checked the chain of deps and it looks OK.
(well, I still don't like how they upper pin, but we can't do much about that, what's important here is that this doesn't bring in any changes to the minimums).
|
FYI, this error suggest a running out of resources. Let's see if it's consistently around or not. |
|
Thanks @jaladh-singhal! |
astronomy-commons/lsdb#1047 (comment) - the bug with universal_pathlib got resolved